@charset "UTF-8";
@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes enlarge {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes narrow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes narrow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

body {
  position: relative;
}

.mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 480px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border-radius: 20px;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0 46px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: enlarge 0.6s ease forwards;
          animation: enlarge 0.6s ease forwards;
}

.popup .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 38px;
}

.popup input {
  width: 70%;
  background: #F1F1F1;
  font-size: 22px;
  padding: 0 30px;
  height: 56px;
  border-radius: 5px;
  margin-bottom: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup .button {
  width: 70%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #004DA4;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.popup .button:active {
  background: #0154b3;
}

.popup .close {
  font-size: 45px;
  color: #B2B2B2;
  position: absolute;
  top: 1%;
  right: 3%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.menu {
  background: #fff;
  padding: 0 6vw;
}

.menu .icon {
  height: 80%;
}

.menu .menuItem::before {
  background: #000000;
}

.toiletScheme .title {
  font-size: var(--_40);
}

.toiletScheme .subtitle {
  color: #333;
  font-size: var(--_40);
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6vh;
  width: 100%;
}

.toiletScheme .subtitle::after {
  content: attr(data-letter);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: rgba(0, 0, 0, 0.1);
}

.toiletScheme .content {
  color: #555;
  font-size: var(--_20);
  text-align: justify;
  text-align-last: center;
  line-height: 3.3vh;
}

.toiletScheme .white .subtitle {
  color: #fff;
}

.toiletScheme .white .subtitle::after {
  color: rgba(255, 255, 255, 0.1);
}

.toiletScheme .white .content {
  color: #fff;
}

.toiletScheme .pa {
  padding: 7.5vh 10vw;
}

.toiletScheme .top {
  margin-top: var(--menu_H);
}

.toiletScheme .top img {
  width: 100%;
  height: 91vh;
}

.toiletScheme .top .top-content {
  color: #fff;
  position: absolute;
  top: 22vh;
  left: 14vw;
}

.toiletScheme .top .top-content span {
  color: #31A1F5;
}

.toiletScheme .top .top-content .top-text {
  width: 36vw;
  text-align: justify;
  line-height: 4vh;
  font-size: var(--_24);
  position: relative;
}

.toiletScheme .top .top-content .top-text::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #31A1F5;
}

.toiletScheme .modular1 img {
  width: calc(var(--small) * 152.8);
  margin-top: 3vh;
}

.toiletScheme .modular2 {
  background: #004DA4;
}

.toiletScheme .modular2 img {
  width: calc(var(--small) * 152.7);
}

.toiletScheme .modular3 .item-box {
  width: calc(var(--small) * 119.5);
  height: calc(var(--small) * 104.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
}

.toiletScheme .modular3 .item-box .item {
  width: calc(var(--small) * 32);
  height: calc(var(--small) * 30.4);
  background: #F4FCFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.toiletScheme .modular3 .item-box .item:nth-child(5) {
  background: #fff;
}

.toiletScheme .modular3 .item-box .item img {
  width: calc(var(--small) * 9.6);
  height: calc(var(--small) * 7.6);
  -o-object-fit: contain;
     object-fit: contain;
}

.toiletScheme .modular3 .item-box .item .item-title {
  font-size: var(--_30);
  color: #000000;
  margin: var(--big) 0;
}

.toiletScheme .modular3 .item-box .item .item-content {
  width: 69%;
  font-size: var(--_20);
  color: #555;
  text-align: justify;
  line-height: 3vh;
}

.toiletScheme .modular3 .item-box .bgImg {
  width: calc(var(--small) * 89.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toiletScheme .modular4 {
  background: #004DA4;
}

.toiletScheme .modular4 .content {
  padding-bottom: 5vh;
}

.toiletScheme .modular4 .img-box div:first-child img {
  width: calc(var(--small) * 59.9);
}

.toiletScheme .modular4 .img-box div:last-child img {
  width: calc(var(--small) * 56);
}

.toiletScheme .modular4 .img-title {
  color: #fff;
  text-align: center;
  font-size: var(--_24);
  padding: 1vh 0;
  position: relative;
}

.toiletScheme .modular4 .img-title::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5vh;
  margin: auto;
}

.toiletScheme .modular5 .img-box .img-item {
  width: 31%;
  height: calc(var(--small) * 28.4);
  position: relative;
}

.toiletScheme .modular5 .img-box .img-item::after {
  content: attr(data-name);
  display: block;
  width: 56%;
  height: 23%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: var(--_24);
}

.toiletScheme .modular5 .img-box .img-item:nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 4vh;
}

.toiletScheme .modular5 .img-box .img-item img {
  width: 100%;
  height: 100%;
}

.toiletScheme .modular6 {
  background: #F2F2F2;
}

.toiletScheme .modular6 .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--_20);
}

.toiletScheme .modular6 .input-box .input-item {
  width: 28%;
  height: 5vh;
  color: #585858;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 3vh;
  padding: 0 2%;
}

.toiletScheme .modular6 .input-box .input-item:nth-child(3) {
  margin-right: unset;
}

.toiletScheme .modular6 .input-box .input-item:nth-child(4) {
  width: 62%;
  margin-bottom: unset;
}

.toiletScheme .modular6 .input-box .input-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toiletScheme .modular6 .input-box .input-item input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.toiletScheme .modular6 .input-box .button {
  width: 32%;
  height: 5vh;
  background: #004DA4;
  color: #fff;
  cursor: pointer;
}

.toiletScheme .modular6 .input-box .button:active {
  background: #065ec2;
}

.toiletScheme .modular7 .img-box img {
  width: 24%;
  height: calc(var(--small) * 25.6);
  margin-right: 1vw;
}

.toiletScheme .modular7 .img-box img:nth-child(4n) {
  margin-right: unset;
}

.toiletScheme .modular7 .img-box img:nth-child(n+1):nth-child(-n+4) {
  margin-bottom: 1vw;
}

.toiletScheme .modular8 {
  background: url(../image/toilet_scheme/modular8.png) no-repeat;
  background-size: 100% 100%;
}

.toiletScheme .modular8 .content {
  font-size: var(--_18);
}

.toiletScheme .modular8 .text {
  font-size: var(--_28);
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 3vh 0;
  width: 50vw;
  text-align: center;
  margin-top: 4.5vh;
}

.toiletScheme .modular9 .team_content .team_item {
  width: 32%;
  height: 35vh;
  color: var(--color-samll);
  padding: 6vh 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #EDEDED;
}

.toiletScheme .modular9 .team_content .team_item .team_title {
  color: var(--color-normal);
  font-size: var(--_30);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toiletScheme .modular9 .team_content .team_item .team_subtitle {
  margin: 1.5vh 0 1.5vh;
  font-size: var(--_18);
  font-weight: bold;
  color: #6C6C6C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toiletScheme .modular9 .team_content .team_item .info {
  line-height: 3vh;
  text-align: justify;
  font-size: var(--_14);
}

.toiletScheme .modular9 .team_content .team_item:hover {
  background: #004DA4;
  color: #fff;
}

.toiletScheme .modular9 .team_content .team_item:hover .team_title {
  color: #fff;
}

.toiletScheme .modular9 .team_content .team_item:hover .team_subtitle {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .menu {
    background: transparent;
    padding: 0 5vw;
  }
  .menu .icon {
    height: 70%;
  }
  .toiletScheme .title {
    font-size: var(--_22);
  }
  .toiletScheme .subtitle {
    font-size: var(--_22);
    margin-bottom: 5vh;
  }
  .toiletScheme .content {
    font-size: var(--_12);
  }
  .toiletScheme .pa {
    padding: 6vh 4vw;
  }
  .toiletScheme .top {
    margin-top: unset;
  }
  .toiletScheme .top img {
    width: 100%;
    height: auto;
  }
  .toiletScheme .top .top-content {
    top: 12vh;
  }
  .toiletScheme .top .top-content .top-text {
    width: 75vw;
    font-size: var(--_12);
  }
  .toiletScheme .top .top-content .top-text::before {
    width: 8vw;
    height: 2px;
  }
  .toiletScheme .modular1 {
    background: #324FA0;
  }
  .toiletScheme .modular1 .item-box {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 3vh 2vw 2vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2.5vh;
    position: relative;
  }
  .toiletScheme .modular1 .item-box .item-title {
    font-size: var(--_14);
    height: 0.44rem;
    line-height: 0.44rem;
    width: calc(var(--small) * 8.7);
    color: #324FA0;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: -0.22rem;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .toiletScheme .modular1 .item-box div .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    padding: var(--small) 0;
    font-size: var(--_11);
    color: #fff;
    text-align: center;
    background: #4265C7;
    border-radius: 5px;
    margin-bottom: 1vh;
  }
  .toiletScheme .modular1 .item-box div:last-child .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: unset;
  }
  .toiletScheme .modular1 img {
    width: 100%;
    margin-top: unset;
  }
  .toiletScheme .modular2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toiletScheme .modular2 img {
    width: 80vw;
    margin-bottom: 3vh;
  }
  .toiletScheme .modular2 .item_box {
    width: 80vw;
  }
  .toiletScheme .modular2 .item_box .item {
    width: 43%;
    padding: var(--little) 0;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #fff;
    font-size: var(--_12);
    text-align: center;
    margin-top: 8px;
  }
  .toiletScheme .modular3 .item-box {
    width: 100%;
    height: auto;
  }
  .toiletScheme .modular3 .item-box .item {
    width: calc(var(--small) * 16.5);
    height: calc(var(--small) * 16.6);
    margin-bottom: 2vh;
  }
  .toiletScheme .modular3 .item-box .item img {
    width: calc(var(--small) * 4.8);
    height: calc(var(--small) * 4.4);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .toiletScheme .modular3 .item-box .item .item-title {
    font-size: var(--_15);
    margin: var(--small) 0;
  }
  .toiletScheme .modular3 .item-box .item .item-content {
    width: 80%;
    font-size: var(--_10);
    height: calc(var(--small) * 5);
    line-height: 2.5vh;
  }
  .toiletScheme .modular4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toiletScheme .modular4 .content {
    width: 85vw;
    padding-bottom: 3vh;
  }
  .toiletScheme .modular4 .img-box div:first-child img {
    width: 85vw;
  }
  .toiletScheme .modular4 .img-box div:first-child .img-title {
    margin-bottom: 3vh;
  }
  .toiletScheme .modular4 .img-box div:last-child img {
    width: 85vw;
  }
  .toiletScheme .modular4 .img-title {
    font-size: var(--_12);
  }
  .toiletScheme .modular4 .img-title::after {
    width: 6vw;
    height: 1px;
    bottom: 0;
  }
  .toiletScheme .modular5 .img-box .img-item {
    width: 48%;
    height: auto;
    margin-bottom: 2vh;
  }
  .toiletScheme .modular5 .img-box .img-item::after {
    font-size: var(--_12);
    width: 80%;
  }
  .toiletScheme .modular5 .img-box .img-item:nth-child(n+1):nth-child(-n+3) {
    margin-bottom: 2vh;
  }
  .toiletScheme .modular5 .img-box .img-item:nth-last-child(1) {
    margin-bottom: unset;
  }
  .toiletScheme .modular5 .img-box .img-item:nth-last-child(2) {
    margin-bottom: unset;
  }
  .toiletScheme .modular6 {
    background: #0A5898;
  }
  .toiletScheme .modular6 .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: var(--_14);
  }
  .toiletScheme .modular6 .input-box .input-item {
    width: 100%;
    height: 5vh;
    color: #585858;
    background: #fff;
    margin-right: unset;
    margin-bottom: 1vh;
    border-radius: 4px;
    padding: 0 4%;
  }
  .toiletScheme .modular6 .input-box .input-item div {
    color: #707070;
  }
  .toiletScheme .modular6 .input-box .input-item:nth-child(4) {
    width: 100%;
    margin-bottom: unset;
  }
  .toiletScheme .modular6 .input-box .input-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toiletScheme .modular6 .input-box .input-item input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .toiletScheme .modular6 .input-box .required {
    position: relative;
  }
  .toiletScheme .modular6 .input-box .required::after {
    content: "＊";
    position: absolute;
    color: #ED002D;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    font-size: var(--_14);
    right: 2%;
    top: 1vh;
    bottom: 0;
    margin: auto;
  }
  .toiletScheme .modular6 .input-box .button {
    width: 100%;
    height: 5vh;
    background: #2588D9;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
  }
  .toiletScheme .modular6 .input-box .button:active {
    background: #389bec;
  }
  .toiletScheme .modular7 .img-box {
    width: 100%;
  }
  .toiletScheme .modular7 .img-box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .toiletScheme .modular7 .img-box div img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .toiletScheme .modular7 .img-box div img:nth-child(3n) {
    margin-right: unset;
  }
  .toiletScheme .modular7 .img-box div img:nth-child(n+6):nth-child(-n+9) {
    margin-bottom: unset;
  }
  .toiletScheme .modular7 .img-box div img:nth-child(n+1):nth-child(-n+4) {
    margin-bottom: 2px;
  }
  .toiletScheme .modular8 {
    background: url(../image/toilet_scheme/mb-modular8.png) no-repeat;
    background-size: 100% 100%;
  }
  .toiletScheme .modular8 .content {
    font-size: var(--_12);
  }
  .toiletScheme .modular8 .text {
    font-size: var(--_14);
    color: #fff;
    padding: 2vh 0;
    width: 100%;
    text-align: center;
    margin-top: 4vh;
  }
  .toiletScheme .modular9 .team_content .team_item {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 3vh 3vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .toiletScheme .modular9 .team_content .team_item .team_title {
    font-size: var(--_15);
  }
  .toiletScheme .modular9 .team_content .team_item .team_subtitle {
    margin: 1.5vh 0 1.5vh;
    font-size: var(--_13);
  }
  .toiletScheme .modular9 .team_content .team_item .info {
    font-size: var(--_12);
    color: #666666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toiletScheme .modular9 .team_content .team_item:last-child {
    border-bottom: unset;
  }
  .toiletScheme .modular9 .team_content .team_item:hover {
    background: #324FA0;
    color: #fff;
  }
  .toiletScheme .modular9 .team_content .team_item:hover .team_title {
    color: #fff;
  }
  .toiletScheme .modular9 .team_content .team_item:hover .team_subtitle {
    color: #fff;
  }
  .toiletScheme .modular9 .team_content .team_item:hover .info {
    color: #fff;
  }
}
/*# sourceMappingURL=toiletScheme.css.map */